home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1993 / The Association of Shareware Professionals Advantage CD-ROM 1993.iso / files / writions / petpe305 / key.txt < prev    next >
Text File  |  1993-07-07  |  15KB  |  379 lines

  1. ;   In order to be effective, changes to this file must be acted upon
  2. ;   by PK.EXE.
  3. ;
  4. ;   PK.EXE should be executed in the pE directory (where pe.exe is)
  5. ;
  6. ;   PK [key.txt]
  7. ;
  8. ;     one can also specify wp.txt or ws.txt.  Output will always be
  9. ;     KEY.PED in the same directory where the .txt file was found.
  10. ;
  11. ; █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  12. ; █         IF YOU'RE NOT SURE OF WHAT YOU'RE DOING - PLEASE MAKE A         █
  13. ; █                COPY OF KEY.PED BEFORE YOU RUN PK.EXE                    █
  14. ; █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  15. ;
  16. ;   If you're in to wordstar commands - take a look at ws.txt.
  17. ;
  18. ;   Registered users also receive wp.txt (WordPerfect keystroke emulation)
  19. ;
  20. ;   Data following semi-colons are treated as commentary
  21. ;
  22. ;   Key names are defined as follows
  23. ;
  24. ;          f1 - means function key F1
  25. ;         ^f1 - means control key and F1
  26. ;         f1 - means shift key and F1
  27. ;      Alt-f1 - means alt key and F1
  28. ;
  29. ;   two (or more) keys can be used for a single command as
  30. ;   long as the keys in the sequence are joined with an
  31. ;   underscore character, like this: ^a_c
  32. ;
  33. ;   note, however, that the first key in a two key sequence cannot
  34. ;         then be used as a single key.  So, in the above sequence,
  35. ;         ^a (alone) could not also be assigned a function.  It would have
  36. ;         no effect.
  37. ;
  38. ;   one or more spaces follow each field and are field separators
  39. ;
  40. ;   The ordering of keys in this file is arbitrary, put it in whatever
  41. ;   order you feel is logical.
  42. ;
  43. ;   While a function may have more than one key assigned, the same key
  44. ;   cannot be used for more than one function.
  45. ;
  46. ;   Note that key names go in field one, functions in field two.
  47. ;
  48. ; 1      2    ;and these are comments just as any line that begins with a ;
  49.  
  50. ^^_^a   ^a              ;these assignments allow the keyin
  51. ^^_^b   ^b              ;of any literal control character by
  52. ^^_^c   ^c              ;first typing ^ (control circumflex)
  53. ^^_^d   ^d              ;followed by the control character you
  54. ^^_^e   ^e              ;want.
  55. ^^_^f   ^f
  56. ^^_^g   ^g
  57. ^^_^h   ^h
  58. ^^_^i   ^i
  59. ^^_^j   ^j
  60. ^^_^k   ^k
  61. ^^_^l   ^l
  62. ^^_^m   ^m
  63. ^^_^n   ^n
  64. ^^_^o   ^o
  65. ^^_^p   ^p
  66. ^^_^q   ^q
  67. ^^_^r   ^r
  68. ^^_^s   ^s
  69. ^^_^t   ^t
  70. ^^_^u   ^u
  71. ^^_^v   ^v
  72. ^^_^w   ^w
  73. ^^_^x   ^x
  74. ^^_^y   ^y
  75. ^^_^z   ^z
  76. ^^_^[   ^[
  77. ^^_^\   ^\
  78. ^^_^]   ^]
  79. ^^_^^   ^^
  80. ^^_^_   ^_
  81.  
  82. `       LastAscii       ;this character will produce the last character the
  83.                         ;ascii window was set to - if ascii window is never
  84.                         ;called it will be itself.
  85. ;
  86. ; f1 - f10
  87. ;
  88.  
  89. f1      ExecuteCommand  ;provides a menu of all commands and keystrokes
  90. f2      JumpNext        ;jump (cycle) to next window number
  91. f3      InsertDelLine   ;undeletes the just deleted line
  92. f4      DeleteLine      ;deletes the current line
  93. f5      FindForward     ;find a string from cursor towards "bottom"
  94. f6      FindBackward    ;find a string from cursor towards "top"
  95. f7      FloatBlock      ;move a column block of text with arrow keys or mouse
  96. f8      PrevMark        ;position cursor to saved location (SetMarks)
  97. f9      GoTo            ;go to line number, offset (hex edit), or bookmark
  98. f10     Menu            ;another way to get to menu
  99.  
  100. ; extended keyboard only
  101.  
  102. f11     OpenDosWindow   ;open a window with the text from DOS screen
  103. f12     StackWin        ;minimize all windows into "stacks"
  104.  
  105. ; shift f1 - f10
  106.  
  107. f1     MatchBrace      ;locate the corresponding { ( or [
  108. f2     JumpPrev        ;jump to previous window
  109. f3
  110. f4
  111. f5     FoundList       ;Build a list of found items and put into FIND.PED
  112. f6
  113. f7
  114. f8
  115. f9     ToggleDecHex    ;set either decimal or hex offsets (hex edit only)
  116. f10    SetParagraphStyle   ;set left, right, indent and paragraph alignment
  117.  
  118. f11    ToggleBorders   ;allow/disallow borders
  119. f12    JumpZoom        ;maximize a window when jumped to
  120.  
  121. ; control f1 - f10
  122.  
  123. ^f1     RecordMacro     ;assign multiple keystrokes/commands to a single key
  124. ^f2     SaveOptions     ;save all settings (including macros) to env.ped
  125. ^f3     InsertDelSeg    ;Undo delete to end of line
  126. ^f4     DeleteToEol     ;delete to end of line
  127. ^f5     ToggleCase      ;make fine case sensitive or not
  128. ^f6     ToggleWordprocess ;sets automatic paragraph alignment as you type
  129. ^f7     SetTabs         ;set tab stops, detab increment and tabs/blanks
  130. ^f8     SetMarks        ;store position of cursor
  131. ^f9
  132. ^f10    UndoPara        ;will undo last paragraph alignment
  133.  
  134. ; extended keyboard only
  135.  
  136. ^f11    SetLineLength   ;allows word wrap at specified margin
  137. ^f12    Minimize        ;minimize current window
  138.  
  139. ; alt f1 - f10
  140.  
  141. Alt-f1  AsciiChart      ;allows you to choose any ASCII character
  142. Alt-f2  Calendar        ;dates
  143. Alt-f3
  144. Alt-f4
  145. Alt-f5  RegularExp      ;turns "regular expression" (patterns) on/off
  146. Alt-f6  AllWindows      ;search and replace across all windows when set
  147. Alt-f7  ToggleAutoTab   ;when on, tabs/shifttabs after { or }
  148. Alt-f8
  149. Alt-f9
  150. Alt-f10 StartUp         ;can be assigned a series of commands to be executed
  151.                         ;when pE begins
  152.  
  153. ; extended keyboard only
  154.  
  155. Alt-f11 ShowMacros      ;shows any currently assigned macros
  156. Alt-f12 Maximize        ;maximizes current window
  157.  
  158. ; alt a-z
  159.  
  160. Alt-a  AlignParagraph   ;formats paragraph
  161. Alt-b  BlockMarkColumn  ;marks a rectangular area of file
  162. Alt-c  CascadeWin       ;arranges windows in overlapped fashion
  163. Alt-d  DosCommand       ;goes to DOS to execute specified command
  164. Alt-e  EditFile         ;edits an existing file in new window
  165. Alt-f  DefineFind       ;defines find string (and initiates search)
  166. Alt-g  ToggleGraphics   ;redefines qwerty keyboard into graphics characters
  167. Alt-h  ToggleHex        ;file is edited in "hex dump" mode
  168. Alt-i  EditIncludeFile  ;opens a file enclosed in < > on current cursor row
  169. Alt-j  JumpList         ;shows all open windows, allows selection
  170. Alt-k  KloseWindow      ;closes current window
  171. Alt-l  BlockMarkLines   ;marks a range of lines
  172. Alt-m  MergeFile        ;merges a specified file into current file
  173. Alt-n  NewFile          ;clears current window to edit a "new file"
  174. Alt-o  OpenFile         ;opens a file in current window
  175. Alt-p  PrintLines       ;prints file to printer or file (F3 after Alt-p)
  176. Alt-q  QuickExit&Save   ;Saves file and exits (if changed)
  177. Alt-r  DefineReplace    ;Sets search and replace strings
  178. Alt-s  SaveFileAs       ;Allows filename change before saving
  179. Alt-t  TileWindows      ;Arranges windows in 2, 3, or 4 'Tiles'
  180. Alt-u  UnmarkBlock      ;Un mark a block
  181. Alt-v  ViewOnly         ;Open a file in uneditable window.
  182. Alt-w  OpenWindow       ;Opens a new window called "NO_NAME"
  183. Alt-x  Exit             ;Exits with prompt to save changed files
  184. Alt-y  DefineTag        ;Allows saving of 26 'bookmarks' for later goto
  185. Alt-z  ZoomWindows
  186.  
  187. ; alt 1 - 0
  188.  
  189. Alt-1  SingleLineBox    ;draws a single line box around a marked rectangle
  190. Alt-2  DoubleLineBox    ;draws a double line box around a marked rectangle
  191. Alt-3  TwoDownBox       ;double down single across
  192. Alt-4  TwoAcrossBox     ;double across single down
  193. Alt-5  ThickLineBox     ;'fat' box
  194. Alt-6  ASCIIOneBox      ;/
  195. Alt-7  ASCIITwoBox      ;|various styles of boxes without use of graphic
  196. Alt-8  ASCIIThreeBox    ;|characters
  197. Alt-9  ASCIIFourBox     ;\
  198. Alt-0  UndoBlock        ;Undoes last box draw and last block search&replace
  199.  
  200. Alt--  ManifestFilename  ;inserts current filename at cursor
  201. Alt-=  ManifestCalcValue ;inserts calculater register at cursor
  202.  
  203. ; numeric keypad
  204.  
  205. home    Home            ;cursor moves to beginning of line/edge of window
  206. end     End             ;cursor moves one character past end of line
  207. ^home   PageTop         ;cursor moves to top line of window, column stays same
  208. ^end    PageBottom      ;cursor moves to bottom line, column doesn't change
  209.  
  210. ins     Ins             ;characters typed are inserted/replaced
  211. del     Del             ;the character above the cursor is deleted
  212.  
  213. up      Up              ;cursor moves one line up, same column
  214. right   Right           ;cursor moves one character right, same row
  215. down    Down            ;cursor moves one line down, same column
  216. left    Left            ;cursor moves one character right, same row
  217.  
  218. ^i      TabRight        ;cursor moves one tab stop to right
  219. tab    TabLeft         ;cursor moves one tab to left
  220.                         ;if ins is on, tab will "push" all characters to right
  221.                         ;of cursor one tab stop, if off only cursor moves
  222.  
  223.                         ;if block is marked, all lines in block move one tab
  224.  
  225.  
  226. grey-   Cut             ;"cuts" the marked block (or a single line) to "scrap"
  227.                         ;also called clipboard, buffer....
  228.  
  229. grey+   Paste           ;"pastes" the contents of the "scrap" into file;
  230.                         ;the effect differs depending on Ins/Replace mode.
  231.                         ;cut and paste are not user assignable keys
  232.                         ; OutputBlock and InsertDelBlock are the names of the
  233.                         ; commands (see ^q_c and ^q_b)
  234.  
  235.                         ;Cut cuts text to file pb$$$$.ped(no affect on scrap)
  236.                         ;Paste pastes text from  pb$$$$.ped (not from scrap)
  237.  
  238. grey*   CopyToScrap     ;copies block to scrap, replacing
  239.  
  240. pgup    PgUp            ;displays previous screen of file
  241. pgdn    PgDn            ;displays next screen
  242. ^pgup   FileTop         ;positions to first line of file
  243. ^pgdn   FileBottom      ;positions to last line of file
  244.  
  245.  
  246. ^right  WordRight       ;moves cursor to start of next word
  247. ^left   WordLeft        ;moves cursor to start of prev word
  248.  
  249. ; control key combinations
  250.  
  251. ^a_c    Center          ;center text in block or between margins
  252. ^a_l    LeftFlush       ;left flush text
  253. ^a_r    RightFlush      ;right flush text
  254.  
  255. ^c      Calculator      ;call calculator
  256. ^d_d    DateEntry       ;enter the date into file at cursor
  257. ^d_t    TimeEntry       ;enter the time into file at cursor
  258.  
  259. ^del    UndeleteBlock   ;deleted with del key
  260.  
  261. ^e      RightEdge       ;move cursor to right edge of window (east)
  262. ^w      LeftEdge        ;move cursor to left edge of window (west)
  263.  
  264. ^h      BackSpace       ;delete the character to the left of the cursor
  265.  
  266.  
  267. ^k_k    BlockMarkStream ;marks a block beginning at the current cursor
  268.                         ;position one character at a time
  269.                         ;holding the control key while dragging the mouse
  270.                         ;will also mark this kind of block
  271.                         ;shift and arrow keys will also work
  272.                         ;this command is provided a key sequence primarily
  273.                         ;for macro assignment.
  274.  
  275. ^k_f    FillBlock       ;allows filling a block with a specified character
  276.  
  277. ^k_d    SingleSpace     ;deletes blank lines from cursor on or within block
  278. ^k_l    LowerCase       ;lower cases all characters in block
  279. ^k_u    UpperCase       ;upper cases all characters in block
  280. ^k_m    MoveBlock       ;moves the specified block to new location
  281.                         ; - does a cut from old location and a paste in new
  282. ^k_n    DoubleSpace     ;inserts a blank line between each line
  283. ^k_s    SaveFile        ;writes file from memory to disk (uses assigned name)
  284. ^k_t    MarkWord        ;marks a single word
  285. ^k_w    WriteBlock      ;allows a range of marked lines to be written to file
  286. ^k_x    RestoreLine     ;restores line if edit has not been "committed"
  287.  
  288. ^m      Enter           ;action depends on Ins/Replace; generally moves
  289.                         ;one line down in file
  290.  
  291. ^n      InsertLine      ;inserts a blank line and positions cursor on it
  292.  
  293. ^q_c    OutputBlock     ;cuts block to pb$$$$.ped (see cut and paste)
  294. ^q_b    InsertDelBlock  ;merges text from pb$$$$.ped (only)
  295.  
  296. ^q_l    LeaveEditorNow  ;exits editor - NO SAVES or PROMPTS, just exits.
  297.  
  298. ^q_n    WordCount       ;counts words within spaces.
  299.  
  300. ^t      DeleteWord      ;deletes next word
  301. ^q_t    InsertDelWord   ;inserts a word deleted with DeleteWord
  302.  
  303. ^q_j    JoinLine        ;concatenates next line onto current line
  304. ^q_u    DupLine         ;duplicates from cursor on and inserts that text onto
  305.                         ;next line, will also replace if Replace is on.
  306.  
  307. ^q_w    ParagraphUp     ;moves cursor to paragraph above this one
  308.                         ; also pgup (shift page up)
  309. ^q_z    ParagraphDown   ;moves cursor to paragraph below this one
  310.                         ; also pgdn (shift page down)
  311. ^q_y    DeleteToEol     ;deletes from the cursor to end of line
  312.  
  313. ^r      RepeatChar      ;repeats a character or command a specified number
  314.                         ;of times
  315. ^s      SortBlock       ;sorts a block in ascending ascii order.
  316.  
  317. ^bs     DeletePrevWord  ;deletes the word to the left of the cursor
  318.  
  319. ^y      DeleteLine      ;deletes the current line
  320. ^u      InsertDelLine   ;undeletes the just deleted line
  321.  
  322. ^up     CursorToTop     ;positions line cursor is on to the top of the window
  323. ^5      CursorToCtr     ;positions line cursor is on to center of window
  324. ^down   CursorToBot     ;positions line cursor is on to bottom row of window
  325.  
  326. ^v_h    HorizontalRuler ;puts a horizontal ruler on the screen
  327. ^v_v    VerticalRuler   ;puts a vertcal ruler on screen
  328. ^v_u    ToggleUnixLines ;allows Unix ASCII files to be read and written
  329. ^v_x    ToggleLines     ;changes video display from 25 to 43/50 lines & back
  330.  
  331. ^v_t    CursorToTop     ;positions line cursor is on to the top of the window
  332. ^v_c    CursorToCtr     ;positions line cursor is on to center of window
  333. ^v_b    CursorToBot     ;positions line cursor is on to bottom row of window
  334.  
  335. ^v_a    ASCIIChart      ;calls ASCII window
  336.  
  337. ^[      CancelOp        ;ESC key generally cancels operation
  338.  
  339. ^\      ToggleMacro     ;turns macro processing on/off
  340. ^_      ClearMacro      ;undefines a macro
  341.  
  342. ; extended keyboard extra keys
  343.  
  344. Alt-enter  OpenLine     ;remaining characters on line are pushed to next line
  345.                         ;cursor remains stationary
  346.  
  347. ^/                      ;this is the grey / on the numpad
  348. ^-
  349. ^+
  350. ^*      AppendToScrap   ;marked text is added to current contents of scrap
  351. ^ins    VisibleSpaces   ;Makes blanks visible/invisible
  352.  
  353. Alt-home   SizeWindow   ;allows window to be sized
  354. Alt-end    MoveWindow   ;allows window to be moved
  355.  
  356. Alt-UP     ScrollUp     ;scrolls text down (not the cursor)
  357. Alt-DOWN   ScrollDown   ;scrolls text up
  358. Alt-LEFT   ScrollLeft   ;etc, etc, etc,
  359. Alt-RIGHT  ScrollRight  ;etc, etc, etc,
  360.  
  361. Alt-pgup
  362. Alt-pgdn
  363. Alt-ins    LeaveBlanks  ;do NOT trim blanks from end of lines
  364. Alt-del
  365. Alt-/      Delay        ;sets execution delay in macros
  366. Alt-tab    OptionMenu   ;calls up the option menu to set different flags
  367.  
  368.  
  369. ;
  370. ; commands below are not assigned to any keys
  371. ;
  372.  
  373. SetColors               ;changes the colors of windows, menus and messages
  374. SetInsRpl               ;sets Ins/Rpl mode on startup
  375. DisplayOwner            ;displays name of user who installed pE
  376. SetBackup               ;sets backup directory path
  377. SetCursor               ;sets cursor size and shape
  378. ToggleMenu              ;turns menu line on/off
  379.